All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.io.OpenFile

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.io.OpenedFile
                   |
                   +----quicktime.io.OpenFile

public final class OpenFile
extends OpenedFile
An object of this class represents an opened file that is opened for reading or writing. Only the file's Data Fork is opened.


Method Index

 o asRead(QTFile)
Open the specified file for reading.
 o asWrite(QTFile)
Open the specified file for writing.

Methods

 o asRead
 public static OpenFile asRead(QTFile f) throws QTException
Open the specified file for reading.

QuickTime::FSpOpenDF()

Parameters:
f - the file to open
Returns:
the opened file.
 o asWrite
 public static OpenFile asWrite(QTFile f) throws QTException
Open the specified file for writing.

QuickTime::FSpOpenDF()

Parameters:
f - the file to open
Returns:
the opened file.

All Packages  Class Hierarchy  This Package  Previous  Next  Index